home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFskyedit - Star Fighter 3000 sky colours editor
- * Quit confirm dbox
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef SFSPreQuit_h
- #define SFSPreQuit_h
-
- #include <stdbool.h>
- #include "toolbox.h"
-
- extern void PreQuit_initialise(ObjectId object);
- extern bool TRY_QUIT(int task_handle);
-
- #endif
-